type crypto/x509.publicKeyInfo
9 uses
crypto/x509 (current package)
parser.go#L249: func parsePublicKey(keyData *publicKeyInfo) (any, error) {
parser.go#L1011: cert.PublicKey, err = parsePublicKey(&publicKeyInfo{
pkcs1.go#L171: if _, err := asn1.Unmarshal(der, &publicKeyInfo{}); err == nil {
x509.go#L73: var pki publicKeyInfo
x509.go#L188: PublicKey publicKeyInfo
x509.go#L202: type publicKeyInfo struct {
x509.go#L1790: PublicKey: publicKeyInfo{nil, publicKeyAlgorithm, encodedPublicKey},
x509.go#L1962: PublicKey publicKeyInfo
x509.go#L2184: PublicKey: publicKeyInfo{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |